home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.StdFile < prev    next >
Encoding:
Text File  |  1990-04-06  |  769 b   |  35 lines  |  [TEXT/MPS ]

  1. ; File:  E16.StdFile
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badPromptDesc EQU $1701
  9. badOrigNameDesc EQU $1702
  10. badReplyNameDesc EQU $1704
  11. badReplyPathDesc EQU $1705
  12. badCall EQU $1706
  13. noDisplay EQU $0000  ; file not to be displayed
  14. noSelect EQU $0001  ; file displayed, but not selectable
  15. displaySelect EQU $0002  ; file displayed and selectable
  16. sfWildAuxType EQU $8000
  17. sfMatchFileType EQU $8000
  18. sfWildFileType EQU $4000
  19. sfMatchAuxType EQU $4000
  20. sfDisplayGrey EQU $2000
  21. ; offset constants for SFReplyRec
  22. ogood EQU 0
  23. ofileType EQU 2
  24. oauxFileType EQU 4
  25. ofilename EQU 6
  26. ofullPathname EQU 22
  27. ; offset constants for SFReplyRec2
  28. ;ogood EQU 0
  29. ;ofileType EQU 2
  30. oauxType EQU 4
  31. onameRefDesc EQU 8
  32. onameRef EQU 10
  33. opathRefDesc EQU 14
  34. opathRef EQU 16
  35.